home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 52 / Amiga Format AFCD52 (Issue 136, May 2000).iso / -serious- / programming / other / pmdev / c / include / proto / pm.h
C/C++ Source or Header  |  2000-02-28  |  187b  |  8 lines

  1. #ifndef POPUPMENU_PROTO_H
  2. #define POPUPMENU_PROTO_H
  3. #include <exec/types.h>
  4. #include <clib/pm_protos.h>
  5. extern struct PopupMenuBase    *PopupMenuBase;
  6. #include <pragmas/pm_pragmas.h>
  7. #endif
  8.